home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TMSGCREATEACTSETUP / TMSGCREATEACTSETUP.txt
Text File  |  2004-10-12  |  4KB  |  181 lines

  1. object MsgCreateActSetup: TMsgCreateActSetup
  2.   Left = 253
  3.   Top = 248
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Create a New Message'
  7.   ClientHeight = 533
  8.   ClientWidth = 562
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -14
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   PixelsPerInch = 120
  19.   TextHeight = 16
  20.   object Label1: TLabel
  21.     Left = 20
  22.     Top = 20
  23.     Width = 78
  24.     Height = 16
  25.     Caption = 'Use account:'
  26.   end
  27.   object gbAddr: TGroupBox
  28.     Left = 20
  29.     Top = 49
  30.     Width = 523
  31.     Height = 129
  32.     Caption = 'Create message for'
  33.     TabOrder = 0
  34.     object cbAddrLink: TRadioButton
  35.       Left = 20
  36.       Top = 27
  37.       Width = 414
  38.       Height = 21
  39.       Caption = '&Linked persons/addresses'
  40.       Checked = True
  41.       TabOrder = 0
  42.       TabStop = True
  43.       OnClick = cbAddrToClick
  44.     end
  45.     object cbAddrTo: TRadioButton
  46.       Left = 20
  47.       Top = 57
  48.       Width = 434
  49.       Height = 21
  50.       Caption = 'Specific &addresses:'
  51.       TabOrder = 1
  52.       OnClick = cbAddrToClick
  53.     end
  54.     object eAddrTo: TEdit
  55.       Left = 49
  56.       Top = 86
  57.       Width = 346
  58.       Height = 24
  59.       Enabled = False
  60.       TabOrder = 2
  61.     end
  62.     object bBrowseAddr: TButton
  63.       Left = 404
  64.       Top = 84
  65.       Width = 112
  66.       Height = 30
  67.       Caption = 'Browse'
  68.       Enabled = False
  69.       TabOrder = 3
  70.       OnClick = bBrowseAddrClick
  71.     end
  72.   end
  73.   object gbTpl: TGroupBox
  74.     Left = 20
  75.     Top = 187
  76.     Width = 523
  77.     Height = 159
  78.     Caption = 'Source'
  79.     TabOrder = 1
  80.     object cbSpecTpl: TRadioButton
  81.       Left = 20
  82.       Top = 25
  83.       Width = 375
  84.       Height = 21
  85.       Caption = 'Specific &template'
  86.       Checked = True
  87.       TabOrder = 0
  88.       TabStop = True
  89.       OnClick = cbSpecTplClick
  90.     end
  91.     object bEditTpl: TButton
  92.       Left = 404
  93.       Top = 20
  94.       Width = 109
  95.       Height = 30
  96.       Caption = 'Edit'
  97.       TabOrder = 1
  98.       OnClick = bEditTplClick
  99.     end
  100.     object cbQTpl: TRadioButton
  101.       Left = 20
  102.       Top = 54
  103.       Width = 355
  104.       Height = 21
  105.       Caption = 'Use &Quick Template'
  106.       TabOrder = 2
  107.       OnClick = cbSpecTplClick
  108.     end
  109.     object cbQT: TComboBox
  110.       Left = 39
  111.       Top = 76
  112.       Width = 356
  113.       Height = 24
  114.       Style = csDropDownList
  115.       Enabled = False
  116.       ItemHeight = 16
  117.       TabOrder = 3
  118.     end
  119.     object cbAttachLinks: TCheckBox
  120.       Left = 20
  121.       Top = 118
  122.       Width = 483
  123.       Height = 21
  124.       Caption = 'Attach linked documents'
  125.       TabOrder = 4
  126.     end
  127.   end
  128.   object cbAction: TRadioGroup
  129.     Left = 20
  130.     Top = 354
  131.     Width = 523
  132.     Height = 80
  133.     Caption = 'Action'
  134.     Columns = 2
  135.     ItemIndex = 0
  136.     Items.Strings = (
  137.       'Send immediately'
  138.       'Queue in the Outbox'
  139.       'Open in the Message Editor'
  140.       'Save as draft in the Outbox')
  141.     TabOrder = 2
  142.   end
  143.   object bOK: TButton
  144.     Left = 295
  145.     Top = 492
  146.     Width = 120
  147.     Height = 31
  148.     Caption = '&OK'
  149.     Default = True
  150.     ModalResult = 1
  151.     TabOrder = 3
  152.   end
  153.   object bCancel: TButton
  154.     Left = 433
  155.     Top = 492
  156.     Width = 110
  157.     Height = 31
  158.     Cancel = True
  159.     Caption = 'Cancel'
  160.     ModalResult = 2
  161.     TabOrder = 4
  162.   end
  163.   object cbUser: TComboBox
  164.     Left = 256
  165.     Top = 15
  166.     Width = 287
  167.     Height = 24
  168.     Style = csDropDownList
  169.     ItemHeight = 16
  170.     TabOrder = 5
  171.   end
  172.   object cbSeparate: TCheckBox
  173.     Left = 30
  174.     Top = 453
  175.     Width = 493
  176.     Height = 21
  177.     Caption = 'Create separate message for each addressee'
  178.     TabOrder = 6
  179.   end
  180. end
  181.